home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / board / pnmview_grf.lha / pnmview_grf / pnmview_grf.readme < prev   
Text File  |  1999-01-05  |  2KB  |  46 lines

  1. Short:    Show PBM/PGM/PPM-images on the Graffiti video card
  2. Author:   stefan.diener@freepage.de (Stefan Diener)
  3. Uploader: stefan.diener@freepage.de (Stefan Diener)
  4. Version:  1.19
  5. Type:     gfx/board
  6. Kurz:     Anzeiger für PBM/PGM/PPM-Bilder auf der Graffiti-Videokarte
  7.  
  8. Long:
  9.  
  10. Shows PBM/PGM/PPM-files on the Graffiti video card. To move
  11. outsized pictures use mouse, to change screen resolution
  12. press F1, F2 and F3.
  13.  
  14. You may change the brightness of the picture using + and -.
  15. Quit with mouse buttons, ESCAPE, RETURN or ENTER.
  16.  
  17. If you don't specify a screen resolution the program opens a
  18. (hopefully) fitting screen. This procedure is then repeated
  19. for every file.
  20.  
  21. Note: PPM-files will be reduced to 256 colors. Only in this
  22. case the +o, +t, -c, -n, -o, -l, -e and -f options are available.
  23.  
  24. Syntax: pnmview [-v|+v] [[+o] [-n|-o|-l|-e|-f] | [+t [-cColors]]]
  25.                 [-1|-2|-3] file1 [file2 ...]
  26.  
  27.         +v      : use verbose mode (default)
  28.         -v      : don't use verbose mode
  29.  
  30.         -1      : screen resolution: 160x256
  31.         -2      : screen resolution: 320x256
  32.         -3      : screen resolution: 640x256 (requires OS 3.0 and AGA)
  33.  
  34.         +o      : ordered color reduction (default)
  35.         -n      : dithering: none (default)
  36.         -o      : dithering: ordered dither
  37.         -l      : dithering: line diffusion
  38.         -e      : dithering: error diffusion
  39.         -f      : dithering: Floyd-Steinberg dithering
  40.  
  41.         +t      : octree color reduction
  42.         -c      : max. number of colors for octree color reduction,
  43.                   16 .. 256 (default: 256)
  44.  
  45.         fileX   : PBM/PGM/PPM-file
  46.